Examples: Properly append LDFLAGS to LD command
authorMarek Vasut <[email protected]>
Mon, 5 Mar 2012 23:44:22 +0000 (00:44 +0100)
committerAlbert ARIBAUD <[email protected]>
Mon, 26 Mar 2012 21:09:25 +0000 (23:09 +0200)
commite0e7f3b210ce553c6caab05b71891a1279eb551e
treeadede8ad915a501f01a789b928c1bc84c355b6ff
parent763cf0a3d24124916824e31793fbafbbb4311597
Examples: Properly append LDFLAGS to LD command

The LD command in examples/standalone/Makefile ignored platform specific
LDFLAGS setup. Pass these LDFLAGS to the command.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Bryan Hundven <[email protected]>
Cc: Michael Schwingen <[email protected]>
examples/standalone/Makefile